Auto merge of #3018 - Jake-Shadle:master, r=steveklabnik
authorbors <bors@rust-lang.org>
Fri, 19 Aug 2016 16:35:26 +0000 (09:35 -0700)
committerGitHub <noreply@github.com>
Fri, 19 Aug 2016 16:35:26 +0000 (09:35 -0700)
commit994550428f79147863b6aa7053eca0064b8553bc
treeabcdb13cf3de68aae4acb8dee1dff57115cdc0be
parent9f8c4691e4a2bf7f7d13cf229bc59fa3a5e260f3
parentc3a2e78b5610abbf6f83b46d8be55f20ddf52d83
Auto merge of #3018 - Jake-Shadle:master, r=steveklabnik

docs(manifest): Update crate-types with `cdylib`

Rust 1.11 now supports the `cdylib` crate-type, so added it to the list of options.

Also added a link to the [Linkage](https://doc.rust-lang.org/reference.html#linkage) section in the Rust Reference manual which explains what the different crate types actually mean in practice....though right now it actually doesn't explain what a `cdylib` is, specifically. ;)